pp108 : deleteconnectionpoint - Ant Task

deleteconnectionpoint - Ant Task

Description

deleteconnectionpoint Ant task deletes the Connection point from a Service Container.

Sample Usage

The following XML code describes the procedure to delete the Connection Point MyConnectionPoint from Service Container WS-AppServer container that exists in the organization myorganization.

 <deleteconnectionpoint organization="myorganization" name="MyConnectionPoint" servicecontainerName="WS-AppServer container" servicegroupName="WS-AppServer Test"  ldapRoot = "cn=cordys,cn=fp1cu7,o=myorg.com" /> 

Parameters

Attribute

Description

Type

Required

name

Name of the Connection Point.

String

Yes

organization

Provide the name of the organization where the Service Group is available.

String

Yes

servicegroupName

Name of the Service Group.

String

Yes

servicecontainerName

Name of the Service Container in which the Connection Point is configured.

String

Yes

ldapRoot

LDAP root of the Process Platform instance.

String

Yes

failOnError

Boolean flag aborts the build when an exception occurs in the task. Default value is true.

Boolean

No